ELB (elastic load balancing)
https://gyazo.com/e13912ba40e6d9ae8f2de03c190c0b74
Classic Load Balancer
Network Load Balancer
proxy protocol
HTTP でなければ x-forwarded-for header や x-real-ip header は使へない。その代はりに TCP header を使ふ
仕組み
proxy と backend 閒で TCP 接續を確立する
proxy は client から送られた TCP data stream の header に proxy 情報を附加し backend へ送る
header
TCP data stream 中の最初の TCP segment にのみ附加される
backend が proxy header を解する
Gateway Load Balancer